* keyboard.c (read_key_sequence): Don't confuse mock input with
authorJim Blandy <jimb@redhat.com>
Thu, 17 Jun 1993 21:23:29 +0000 (21:23 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 17 Jun 1993 21:23:29 +0000 (21:23 +0000)
commitcca310dacfa95c43da82eb74136c56ad285fc33b
tree8497029834b06462866beddecfa85a2da304227c
parente66feb07ede03b7f6c428ba1eb85347674f2b759
* keyboard.c (read_key_sequence): Don't confuse mock input with
function-key-map expansion, and continue reading mock events when
the current sequence is unbound.

* keyboard.c (read_key_sequence): After providing a prefix symbol
for a mouse event, modify the mouse event to indicate that that
won't need to be done again, by putting the event's position
symbol in a list.

* keyboard.c (read_key_sequence): When returning mock input which
has run off the end of the current maps, make sure the events get
echoed, and make it into this-command-keys.

* keyboard.c (read_key_sequence): When re-reading a previously
read mouse click which requires a prefix symbol, make sure to set
last_real_key_start appropriately, so we can properly drop
button-down events.
src/keyboard.c